DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / DidUpdateFocus Method

In This Topic
    DidUpdateFocus Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub DidUpdateFocus( _
       ByVal tableView As UIKit.UITableView, _
       ByVal context As UIKit.UITableViewFocusUpdateContext, _
       ByVal coordinator As UIKit.UIFocusAnimationCoordinator _
    ) 
    public virtual void DidUpdateFocus( 
       UIKit.UITableView tableView,
       UIKit.UITableViewFocusUpdateContext context,
       UIKit.UIFocusAnimationCoordinator coordinator
    )

    Parameters

    tableView
    context
    coordinator
    See Also